vr2-4-01.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-4-01.wrl
Group {
  bboxCenter 40 15 15
  bboxSize 80 30 30 
  children [
    Transform {
      translation 0 0 0
      rotation 1 0 0 1.57079
      children Shape {
        appearance DEF Stone Appearance {
          texture ImageTexture {
            url  "stone.gif"
          }
        }
        geometry Cylinder {
          radius 10
          height 2
        }
      }
    }
    Transform {
      translation 30 0 0
      rotation 1 0 0 1.57079
      children Shape {
        appearance USE Stone
        geometry Cylinder {
          radius 10
          height 2
        }
      }
    }
    Transform {
      translation 15 10 0
      rotation 0 0 1 1.57079
      children Shape {
        appearance DEF Wood Appearance {
          texture ImageTexture {
            url  "wood.gif"
          }
        }
        geometry Cylinder {
          radius 2
          height 37
        }
      }
    }
    Transform {
      translation 30 10 0
      rotation 1 0 0 1.57079
      children Shape {
        appearance USE Wood
        geometry Cylinder {
          radius 2
          height 20
        }
      }
    }
    Transform {
      translation 3 6.5 0
      rotation 0 0 1 2.62
      children Shape {
        appearance USE Wood
        geometry Cylinder {
          radius 2
          height 15
        }
      }
    }
    Transform {
      translation 27 5 0
      rotation 0 0 1 3.67
      children Shape {
        appearance USE Wood
        geometry Cylinder {
          radius 2
          height 12
        }
      }
    }
  ]
}